ci: Fix the harfbuzz build on MacOS
authorMatthias Clasen <mclasen@redhat.com>
Sun, 3 Jan 2021 18:13:27 +0000 (13:13 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 4 Jan 2021 02:34:04 +0000 (21:34 -0500)
We need to force c++11 at the toplevel here, since
meson can't deal with per-project compiler choice.

.gitlab-ci.yml

index ed714f4668bf71fb00fc32f95afcfd53a39ce308..770e9162c3261388d06808f09415738ad570bcb7 100644 (file)
@@ -157,6 +157,7 @@ macos:
   script:
     - meson -Dx11-backend=false
             -Dintrospection=disabled
+            -Dcpp_std=c++11
             _build
     - ninja -C _build
   artifacts: